JAMS Developer Guide
SendData(Int32,Dictionary<String,Object>,String,String,Server) Method


MVPSI.JAMS Namespace > Entry Class > SendData Method : SendData(Int32,Dictionary<String,Object>,String,String,Server) Method
JAMS Entry identifier
Dictionary of data values
Audit Trail message.
User-defined comment attached to the send data instance
JAMS Server instance
Sends data to the entry with the specified entry number. The exact results produced by calling SendData are defined by the execution method. For example, calling SendData for a Workflow will resume the a bookmark named dataName, passing it the dataValue.
Syntax
'Declaration
 
Public Overloads Shared Sub SendData( _
   ByVal jamsEntry As System.Integer, _
   ByVal dataValues As System.Collections.Generic.Dictionary(Of String,Object), _
   ByVal message As System.String, _
   ByVal comment As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim jamsEntry As System.Integer
Dim dataValues As System.Collections.Generic.Dictionary(Of String,Object)
Dim message As System.String
Dim comment As System.String
Dim js As Server
 
Entry.SendData(jamsEntry, dataValues, message, comment, js)
public static void SendData( 
   System.int jamsEntry,
   System.Collections.Generic.Dictionary<string,object> dataValues,
   System.string message,
   System.string comment,
   Server js
)

Parameters

jamsEntry
JAMS Entry identifier
dataValues
Dictionary of data values
message
Audit Trail message.
comment
User-defined comment attached to the send data instance
js
JAMS Server instance
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Entry Class
Entry Members
Overload List